home *** CD-ROM | disk | FTP | other *** search
/ IRIX 6.3 Development Libraries / SGI IRIX 6.3 Development Libraries.iso / dist6.3 / gl_dev.idb / usr / gfx / arch / IP17VGX / gl / feed.h.z / feed.h
Encoding:
C/C++ Source or Header  |  1996-12-06  |  905 b   |  31 lines

  1. /**************************************************************************
  2.  *                                      *
  3.  *          Copyright (C) 1989, Silicon Graphics, Inc.          *
  4.  *                                      *
  5.  *  These coded instructions, statements, and computer programs  contain  *
  6.  *  unpublished  proprietary  information of Silicon Graphics, Inc., and  *
  7.  *  are protected by Federal copyright law.  They  may  not be disclosed  *
  8.  *  to  third  parties  or copied or duplicated in any form, in whole or  *
  9.  *  in part, without the prior written consent of Silicon Graphics, Inc.  *
  10.  *                                      *
  11.  **************************************************************************/
  12.  
  13. /*
  14.  *  feed.h $Revision: 1.1 $
  15.  */
  16.  
  17. #ifndef    FEEDBACKDEF
  18. #define    FEEDBACKDEF
  19.  
  20. /*
  21.  * Defines for STAPUFT raw feedback
  22.  */
  23.  
  24. #define    FB_POINT    (95.0)
  25. #define    FB_POLYGON    (72.0)
  26. #define    FB_CMOV        (163.0)
  27. #define    FB_PASSTHROUGH    (176.0)
  28. #define    FB_LINE        (113.0)
  29.  
  30. #endif    FEEDBACKDEF
  31.